home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / anacroz.swf / scripts / DefineButton2_1809 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-11-09  |  314 b   |  10 lines

  1. on(press){
  2.    var i = 1;
  3.    _root.destino = "soldados";
  4.    play();
  5.    _root["rc_" + _root.rc_sel].gotoAndStop(1);
  6.    _root.rc_sel = _root.rc_total = _root.count = 0;
  7.    _root.edClasse2 = _root.edPV2 = _root.edPM2 = _root.edATQ2 = _root.edDEF2 = "?";
  8.    _root.edAGL2 = _root.edINT2 = _root.edMRL2 = "?";
  9. }
  10.